From 0fab2649e288c7a350018293443e709eba6b0fe2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 11 Apr 2024 21:48:47 +0300 Subject: [PATCH] ; Improve documentation of completion commands * doc/emacs/mini.texi (Completion Commands): Mention that '?' also shows a couple of commands. --- doc/emacs/mini.texi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index aa7144610a6..4557f41c3f7 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -353,7 +353,8 @@ arguments that often include spaces, such as file names. Submit the text in the minibuffer as the argument, possibly completing first (@code{minibuffer-complete-and-exit}). @xref{Completion Exit}. @item ? -Display a list of completions (@code{minibuffer-completion-help}). +Display a list of completions and a few useful key bindings +(@code{minibuffer-completion-help}). @end table @kindex TAB @r{(completion)} @@ -375,11 +376,12 @@ all the way to @samp{auto-fill-mode}. @kindex ? @r{(completion)} @cindex completion list - If @key{TAB} or @key{SPC} is unable to complete, it displays a list -of matching completion alternatives (if there are any) in another -window. You can display the same list with @kbd{?} -(@code{minibuffer-completion-help}). The following commands can be -used with the completion list: + If @key{TAB} or @key{SPC} is unable to complete, it displays in +another window a list of matching completion alternatives (if there are +any) and a few useful commands to select a completion candidate. You +can display the same completion list and help with @kbd{?} +(@code{minibuffer-completion-help}). The following commands can be used +with the completion list: @table @kbd @vindex minibuffer-completion-auto-choose -- 2.30.2